projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2298c51
)
Don't use G_ERRORCHECK_MUTEXES anymore
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Nov 2011 03:11:04 +0000
(22:11 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Nov 2011 03:11:04 +0000
(22:11 -0500)
It's gone from GLib.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5646dec97d15dd4c959474ff551efb829aae6753..5305052232379044d8928879d36ccdc25f109106 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-406,7
+406,7
@@
fi
if test "x$enable_debug" = "xyes"; then
test "$cflags_set" = set || CFLAGS="$CFLAGS -g"
- GTK_DEBUG_FLAGS="-DG_ENABLE_DEBUG
-DG_ERRORCHECK_MUTEXES
"
+ GTK_DEBUG_FLAGS="-DG_ENABLE_DEBUG"
else
if test "x$enable_debug" = "xno"; then
GTK_DEBUG_FLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS"